home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / timeline.dir / 00069_Script_69 < prev    next >
Text File  |  1983-01-29  |  319b  |  12 lines

  1. on linkdll dll
  2.   if the machinetype < 255 then 
  3.     set chedir to "INVENZIONI:INVENZIO:macxob:"
  4.     set p to ".xob"
  5.   else
  6.     --    set chedir to ("c:\scienze\Winxob\")
  7.     set chedir to (char 1 of the moviepath &":\INVENZIO\Winxob\")
  8.     set p to ".dll"
  9.   end if
  10.    
  11.   openxlib (chedir&dll&p)
  12. end linkdll